home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON05 / ACT05A / common5.cst / 00007_exit.ls < prev    next >
Encoding:
Text File  |  2003-04-30  |  98 b   |  5 lines

  1. on mouseDown
  2.   if bounceButton(the clickOn) then
  3.     go movie THE MOVIEPATH&"L05Exit"
  4.   end if
  5. end